Remove a debug statement from trx.c, add config changes for at91
authorHamish Guthrie <[email protected]>
Mon, 4 Jun 2007 17:39:38 +0000 (17:39 +0000)
committerHamish Guthrie <[email protected]>
Mon, 4 Jun 2007 17:39:38 +0000 (17:39 +0000)
SVN-Revision: 7491

src/trx.c

index f2ad99136706d6cc04fd32e5d582137af5eaac00..1ad3de54f63bcc756d33592f164c85c05a2f5089 100644 (file)
--- a/src/trx.c
+++ b/src/trx.c
@@ -231,7 +231,6 @@ int main(int argc, char **argv)
 
        fclose(out);
        
-       printf("Offsets:\n0x%08x\n0x%08x\n0x%08x\n", p->offsets[0], p->offsets[1], p->offsets[2]);
        return EXIT_SUCCESS;
 }